BottomLoader constructor
BottomLoader({
- Key? key,
- required AppTheme theme,
- double size = 24,
- EdgeInsets padding = const EdgeInsets.all(12.0),
Implementation
BottomLoader({
super.key,
required this.theme,
this.size = 24,
this.padding = const EdgeInsets.all(12.0),
}) {
color = theme.primaryColor();
}