Skip to content

SelectCard

Ivan Galkin edited this page Jan 1, 2024 · 1 revision

FPCSelectCard

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

FPCPrimarySelectCard(
  onPressed: () {},
  child: const Child(),
),
iOS (Cupertino) Android (Material)

FPCGradientSelectCard

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

FPCPrimaryGradientSelectCard(
  onPressed: () {},
  child: const Child(),
),
iOS (Cupertino) Android (Material)

FPCDottedSelectCard

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

FPCPrimaryDottedSelectCard(
  onPressed: () {},
  child: const Child(),
),
iOS (Cupertino) Android (Material)
Clone this wiki locally