Fully functional prototype with final UI design

This commit is contained in:
Ankit Mahato
2023-03-05 14:51:15 +05:30
parent aa1567851c
commit a9810ef7c2
16 changed files with 800 additions and 213 deletions

View File

@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:multi_split_view/multi_split_view.dart';
import '../components/components.dart';
import '../components/styles.dart';
class HomePage extends StatefulWidget {
const HomePage({Key? key}) : super(key: key);
@@ -32,8 +33,8 @@ class HomePageState extends State<HomePage> {
data: MultiSplitViewThemeData(
dividerThickness: 4,
dividerPainter: DividerPainters.background(
color: Colors.grey.shade200,
highlightedColor: Colors.grey.shade400,
color: colorGrey200,
highlightedColor: colorGrey400,
animationEnabled: false,
),
),