Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
parodyBit committed Oct 10, 2024
1 parent 99d6225 commit 9c4ed07
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/widgets/PaddedButton.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,6 @@ Widget buildCircularProgress(context, ThemeData theme) {
));
}

class BaseButton extends StatelessWidget {
@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}

class PrimaryButton extends BaseButton {
@override
Widget build(BuildContext context) {
// TODO: implement build
throw UnimplementedError();
}
}

class PaddedButton extends StatelessWidget {
PaddedButton(
{required this.padding,
Expand Down

0 comments on commit 9c4ed07

Please sign in to comment.