Skip to content

Commit

Permalink
remove: dead code floatingButton theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocre9 committed Feb 6, 2023
1 parent 5184c63 commit a016f8c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/theme/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,24 +126,6 @@ class AppTheme {
fontWeight: FontWeight.w500,
),
),

/**
*
* Floating action button
*/
floatingActionButtonTheme: FloatingActionButtonThemeData(
backgroundColor: const Color(0xFF313034),
foregroundColor: const Color(0xFFB7B7B7),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(50),
side: const BorderSide(
color: Color(0xFF938F99),
style: BorderStyle.solid,
width: 0.5,
),
),
iconSize: 90,
),
);
}
}

0 comments on commit a016f8c

Please sign in to comment.