mirror of
https://github.com/tonytins/bullseye.git
synced 2025-12-18 15:04:42 -05:00
Added safe area when in mobile
- Added safe area for notches, ect, when in mobile - Reduced padding since I only increased it because of the notches - Cleaned up README
This commit is contained in:
parent
637e0da13d
commit
1b66d28f95
3 changed files with 6 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ class Control extends StatefulWidget {
|
|||
}
|
||||
|
||||
class _ControlState extends State<Control> {
|
||||
static const double PADDING = 45;
|
||||
static const double PADDING = 25;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue