menu
mirrorfly_uikit_plugin package
documentation
app/stylesheet/stylesheet.dart
IconStyle
IconStyle.new const constructor
IconStyle.new const constructor
dark_mode
light_mode
IconStyle
constructor
const
IconStyle
(
{
required
Color
iconColor
,
Color
?
bgColor
,
Color
?
borderColor
,
})
Implementation
const IconStyle({ required this.iconColor, this.bgColor, this.borderColor, });
mirrorfly_uikit_plugin package
documentation
app/stylesheet/stylesheet
IconStyle
IconStyle.new const constructor
IconStyle class