VPackThemeData constructor

const VPackThemeData({
  1. VButtonThemeData buttonTheme = const VButtonThemeData(),
  2. VColorData colorTheme = const VColorData(),
  3. TextStyle textStyle = const TextStyle(fontFamily: "Manrope"),
})

Implementation

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