VPackThemeData constructor
const
VPackThemeData({
- VButtonThemeData buttonTheme = const VButtonThemeData(),
- VColorData colorTheme = const VColorData(),
- TextStyle textStyle = const TextStyle(fontFamily: "Manrope"),
Implementation
const VPackThemeData({
this.buttonTheme = const VButtonThemeData(),
this.colorTheme = const VColorData(),
this.textStyle = const TextStyle(
fontFamily: "Manrope",
),
});