NativeContentStyle constructor
const
NativeContentStyle({})
Creates a NativeContentStyle instance.
Implementation
const NativeContentStyle({
this.titleColor = const Color(0xFFFFFFFF),
this.titleFontSize = 18.0,
this.textColor = const Color(0xB3FFFFFF), // White70
this.contentFontSize = 14.0,
});