flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

cardTheme color with opacity make confirm password color still light

Open yogithesymbian opened this issue 2 years ago • 1 comments

cardTheme: CardTheme(
                  color: kColorYellow.withOpacity(0.7),
                  elevation: 10.0,
                  margin: EdgeInsets.only(top: 30.0),
                  shape: ContinuousRectangleBorder(
                    borderRadius: BorderRadius.circular(90.0),
                  ),
                ),
Screen Shot 2021-09-16 at 9 06 18 AM

yogithesymbian avatar Sep 16 '21 01:09 yogithesymbian