menu
figma_to_flutter package
documentation
widgets/figma_box.dart
FigmaBox
FigmaBox const constructor
FigmaBox const constructor
dark_mode
light_mode
FigmaBox
constructor
const
FigmaBox
(
{
Key
?
key
,
double
?
width
,
double
?
height
,
Widget
?
child
,
})
Implementation
const FigmaBox({super.key, this.width, this.height, this.child});
figma_to_flutter package
documentation
widgets/figma_box
FigmaBox
FigmaBox const constructor
FigmaBox class