menu
flexicomponents package
documentation
components/app_components_icons.dart
RestoreIcon
RestoreIcon.new constructor
RestoreIcon.new constructor
dark_mode
light_mode
RestoreIcon
constructor
RestoreIcon
(
{
Key
?
key
,
required
Color
color
,
})
Implementation
RestoreIcon({ Key? key, required this.color, }) : super(key: key);
flexicomponents package
documentation
components/app_components_icons
RestoreIcon
RestoreIcon.new constructor
RestoreIcon class