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

FPCCard

Card component with solid background color.
Example of using a ready-made component:

const FPCPrimaryCard(
  child: Child(),
),

FPCGradientCard

Card component with gradient background color.
Example of using a ready-made component:

const FPCPrimaryGradientCard(
  child: Child(),
),

FPCDottedCard

Card component with dotted border.
Example of using a ready-made component:

const FPCPrimaryDottedCard(
  child: Child(),
),

Clone this wiki locally