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