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

FPCAppBar

Basic app bar component, decomposed by platform.
Example of using a component:

FPCAppBar(
  context,
),

FPCScreenAppBar

Ready-made component contains screen app bar.
Example of using a ready-made component:

FPCScreenAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCWhiteAlwaysScreenAppBar

Ready-made component white always screen app bar.
Example of using a ready-made component:

FPCWhiteAlwaysScreenAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCExpandedBottomSheetAppBar

Ready-made component expanded bottom sheet app bar.
Example of using a ready-made component:

FPCExpandedBottomSheetAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCWhiteAlwaysExpandedBottomSheetAppBar

Ready-made component white always expanded bottom sheet app bar.
Example of using a ready-made component:

FPCWhiteAlwaysExpandedBottomSheetAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCBlurAppBar

Basic app bar widget wrapped in blur, decomposed by platform.
Example of using a component:

FPCBlurAppBar(
  context,
),

FPCBlurScreenAppBar

Blur screen app bar.
Example of using a ready-made component:

FPCBlurScreenAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCBlurWhiteAlwaysScreenAppBar

Blur white always screen app bar.
Example of using a ready-made component:

FPCBlurWhiteAlwaysScreenAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCBlurExpandedBottomSheetAppBar

Blur expanded bottom sheet app bar.
Example of using a ready-made component:

FPCBlurExpandedBottomSheetAppBar(
  context,
),
iOS (Cupertino) Android (Material)

FPCBlurWhiteAlwaysExpandedBottomSheetAppBar

Blur white always expanded bottom sheet app bar.
Example of using a ready-made component:

FPCBlurWhiteAlwaysExpandedBottomSheetAppBar(
  context,
),
iOS (Cupertino) Android (Material)