|
|
|
@ -87,6 +87,11 @@ class _DashboardSwipeWidgetState extends State<DashboardSwipeWidget> {
|
|
|
|
if (index == 1)
|
|
|
|
if (index == 1)
|
|
|
|
return RoundedContainer(
|
|
|
|
return RoundedContainer(
|
|
|
|
raduis: 16,
|
|
|
|
raduis: 16,
|
|
|
|
|
|
|
|
showBorder: true,
|
|
|
|
|
|
|
|
borderColor: Colors.white,
|
|
|
|
|
|
|
|
shadowWidth: 0.2,
|
|
|
|
|
|
|
|
shadowSpreadRadius: 3,
|
|
|
|
|
|
|
|
shadowDy: 1,
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.all(5.0),
|
|
|
|
padding: const EdgeInsets.all(5.0),
|
|
|
|
@ -94,6 +99,11 @@ class _DashboardSwipeWidgetState extends State<DashboardSwipeWidget> {
|
|
|
|
if (index == 0)
|
|
|
|
if (index == 0)
|
|
|
|
return RoundedContainer(
|
|
|
|
return RoundedContainer(
|
|
|
|
raduis: 16,
|
|
|
|
raduis: 16,
|
|
|
|
|
|
|
|
showBorder: true,
|
|
|
|
|
|
|
|
borderColor: Colors.white,
|
|
|
|
|
|
|
|
shadowWidth: 0.2,
|
|
|
|
|
|
|
|
shadowSpreadRadius: 3,
|
|
|
|
|
|
|
|
shadowDy: 1,
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
child: Padding(
|
|
|
|
child: Padding(
|
|
|
|
padding: const EdgeInsets.all(5.0),
|
|
|
|
padding: const EdgeInsets.all(5.0),
|
|
|
|
@ -101,6 +111,11 @@ class _DashboardSwipeWidgetState extends State<DashboardSwipeWidget> {
|
|
|
|
if (index == 2)
|
|
|
|
if (index == 2)
|
|
|
|
return RoundedContainer(
|
|
|
|
return RoundedContainer(
|
|
|
|
raduis: 16,
|
|
|
|
raduis: 16,
|
|
|
|
|
|
|
|
showBorder: true,
|
|
|
|
|
|
|
|
borderColor: Colors.white,
|
|
|
|
|
|
|
|
shadowWidth: 0.2,
|
|
|
|
|
|
|
|
shadowSpreadRadius: 3,
|
|
|
|
|
|
|
|
shadowDy: 1,
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
margin: EdgeInsets.only(top: 15, bottom: 15, left: 10, right: 10),
|
|
|
|
child:
|
|
|
|
child:
|
|
|
|
Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
|
|
|
|
Column(crossAxisAlignment: CrossAxisAlignment.start, children: [
|
|
|
|
|