skip to Main Content

TextTheme' is from 'package:flutter/src/material/text_theme.dart'

../../../.pub-cache/hosted/pub.dev/getwidget-2.1.1/lib/components/avatar/gf_avatar.dart:89:51: Error: The getter 'subtitle1' isn't defined for the class 'TextTheme'. 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/Library/flutter/packages/flutter/lib/src/material/text_theme.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'subtitle1'. TextStyle? textStyle = theme.primaryTextTheme.subtitle1?.copyWith( ^^^^^^^^^…

VIEW QUESTION

Flutter – Native Splash Dark Mode color not change

I using flutter_native_splash: ^2.4.0, and give proper parameter for light and dark mode backgound color, but its not change I write this code: flutter_native_splash: image: assets/uShop_logo.png color: "#ffffff" color_dark: "#ffffff" image_dark: assets/uShop_logo.png icon_background_color: "#ffffff" android: true ios: true fullscreen: true…

VIEW QUESTION
Back To Top
Search