|
|
|
|
@ -175,24 +175,24 @@ class TodayPage extends StatelessWidget {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 40),
|
|
|
|
|
Text(
|
|
|
|
|
TranslationBase.of(context).addCustomAmount,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 14,
|
|
|
|
|
height: 21 / 14,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
color: Color(0xff2B353E),
|
|
|
|
|
letterSpacing: -0.56,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
// Text(
|
|
|
|
|
// TranslationBase.of(context).addCustomAmount,
|
|
|
|
|
// style: TextStyle(
|
|
|
|
|
// fontSize: 14,
|
|
|
|
|
// height: 21 / 14,
|
|
|
|
|
// fontWeight: FontWeight.w600,
|
|
|
|
|
// color: Color(0xff2B353E),
|
|
|
|
|
// letterSpacing: -0.56,
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
floatingActionButton: H20FloatingActionButton(
|
|
|
|
|
// controller: _controller,
|
|
|
|
|
model: model,
|
|
|
|
|
),
|
|
|
|
|
// floatingActionButton: H20FloatingActionButton(
|
|
|
|
|
// // controller: _controller,
|
|
|
|
|
// model: model,
|
|
|
|
|
// ),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|