menu
flint_dart package
documentation
flint_ui.dart
IconShape
IconShape.new const constructor
IconShape.new const constructor
dark_mode
light_mode
IconShape
constructor
const
IconShape
(
String
tag
,
Map
<
String
,
Object
?
>
props
)
Creates a shape with
tag
and
props
.
Implementation
const IconShape(this.tag, this.props);
flint_dart package
documentation
flint_ui
IconShape
IconShape.new const constructor
IconShape class