UIKeyValueThemeData constructor

const UIKeyValueThemeData({
  1. double? fullSpacing,
  2. double? compactSpacing,
  3. TextStyle? compactTitleStyle,
  4. TextStyle? compactTextStyle,
  5. TextStyle? fullTitleStyle,
  6. TextStyle? fullTextStyle,
})

Implementation

const UIKeyValueThemeData({
  this.fullSpacing,
  this.compactSpacing,
  this.compactTitleStyle,
  this.compactTextStyle,
  this.fullTitleStyle,
  this.fullTextStyle,
});