menu
flutter_advanced_countdown package
documentation
flutter_advanced_countdown.dart
ResponsiveIconConfig
ResponsiveIconConfig.new const constructor
ResponsiveIconConfig.new const constructor
dark_mode
light_mode
ResponsiveIconConfig
constructor
const
ResponsiveIconConfig
(
{
double
?
xs
,
double
?
sm
,
double
?
md
,
double
?
lg
,
double
?
xl
,
})
Implementation
const ResponsiveIconConfig({ this.xs, this.sm, this.md, this.lg, this.xl, });
flutter_advanced_countdown package
documentation
flutter_advanced_countdown
ResponsiveIconConfig
ResponsiveIconConfig.new const constructor
ResponsiveIconConfig class