Skip to content
Ivan Galkin edited this page Jan 1, 2024 · 1 revision

Icon

All icons sizes are guided by small, default and large sizes from the size config.
There is no basic component, the icons are divided into separate widgets based on color and size.
Example of using a ready-made component:

const FPCPrimarySmallIcon(
  icon: Icons.icon,
),
const FPCPrimaryIcon(
  icon: Icons.icon,
),
const FPCPrimaryLargeIcon(
  icon: Icons.icon,
),

Clone this wiki locally