mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-02 15:20:18 +08:00
@@ -9,9 +9,7 @@ abstract final class Style {
|
|||||||
static const aspectRatio = 16 / 10;
|
static const aspectRatio = 16 / 10;
|
||||||
static const aspectRatio16x9 = 16 / 9;
|
static const aspectRatio16x9 = 16 / 9;
|
||||||
static const imgMaxRatio = 2.6;
|
static const imgMaxRatio = 2.6;
|
||||||
static const bottomSheetRadius = BorderRadius.vertical(
|
static const bottomSheetRadius = BorderRadius.vertical(top: .circular(18));
|
||||||
top: Radius.circular(18),
|
|
||||||
);
|
|
||||||
static const dialogFixedConstraints = BoxConstraints.tightFor(width: 420);
|
static const dialogFixedConstraints = BoxConstraints.tightFor(width: 420);
|
||||||
static const topBarHeight = 52.0;
|
static const topBarHeight = 52.0;
|
||||||
static const buttonStyle = ButtonStyle(
|
static const buttonStyle = ButtonStyle(
|
||||||
|
|||||||
Reference in New Issue
Block a user