dart format
This commit is contained in:
@@ -12,13 +12,13 @@ class AppProgressIndicator extends StatelessWidget {
|
||||
});
|
||||
|
||||
const AppProgressIndicator.small({Color? color})
|
||||
: this._(size: 16, strokeWidth: 2, color: color);
|
||||
: this._(size: 16, strokeWidth: 2, color: color);
|
||||
|
||||
const AppProgressIndicator.medium({Color? color})
|
||||
: this._(size: 24, strokeWidth: 2.5, color: color);
|
||||
: this._(size: 24, strokeWidth: 2.5, color: color);
|
||||
|
||||
const AppProgressIndicator.large({Color? color})
|
||||
: this._(size: 40, strokeWidth: 3, color: color);
|
||||
: this._(size: 40, strokeWidth: 3, color: color);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user