menu
flutter_custom_timeline package
documentation
package.dart
IconStyle
IconStyle.new constructor
IconStyle.new constructor
dark_mode
light_mode
IconStyle
constructor
IconStyle
(
{
required
IconData
iconData
,
Color
color
=
Colors.black
,
double
?
fontSize
,
})
Implementation
IconStyle({ required this.iconData, this.color = Colors.black, this.fontSize, });
flutter_custom_timeline package
documentation
package
IconStyle
IconStyle.new constructor
IconStyle class