menu
fanci package
documentation
overlay/playground.dart
ShowBrickButton
ShowBrickButton const constructor
ShowBrickButton const constructor
dark_mode
light_mode
ShowBrickButton
constructor
const
ShowBrickButton
(
{
required
Widget
adjustBrick
(
Widget
brick
),
required
String
adjustmentLabel
,
})
Implementation
const ShowBrickButton({ required this.adjustBrick, required this.adjustmentLabel });
fanci package
documentation
overlay/playground
ShowBrickButton
ShowBrickButton const constructor
ShowBrickButton class