UIKeyValueThemeData.config constructor
const
UIKeyValueThemeData.config({})
Implementation
const UIKeyValueThemeData.config({
this.fullSpacing = 4,
this.compactSpacing = 4,
this.compactTitleStyle = const TextStyle(fontSize: 14),
this.compactTextStyle = const TextStyle(fontSize: 16),
this.fullTitleStyle = const TextStyle(fontSize: 12),
this.fullTextStyle = const TextStyle(fontSize: 12),
});