Class CupertinoTextThemeData
Inheritance
CupertinoTextThemeData
Syntax
public class CupertinoTextThemeData : Diagnosticable
Constructors
CupertinoTextThemeData(Color, Nullable<Brightness>, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle)
Declaration
public CupertinoTextThemeData(Color primaryColor = null, Brightness? brightness = default(Brightness? ), TextStyle textStyle = null, TextStyle actionTextStyle = null, TextStyle tabLabelTextStyle = null, TextStyle navTitleTextStyle = null, TextStyle navLargeTitleTextStyle = null, TextStyle navActionTextStyle = null)
Parameters
Properties
actionTextStyle
Declaration
public TextStyle actionTextStyle { get; }
Property Value
navActionTextStyle
Declaration
public TextStyle navActionTextStyle { get; }
Property Value
navLargeTitleTextStyle
Declaration
public TextStyle navLargeTitleTextStyle { get; }
Property Value
navTitleTextStyle
Declaration
public TextStyle navTitleTextStyle { get; }
Property Value
tabLabelTextStyle
Declaration
public TextStyle tabLabelTextStyle { get; }
Property Value
textStyle
Declaration
public TextStyle textStyle { get; }
Property Value
Methods
copyWith(Color, Nullable<Brightness>, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle, TextStyle)
Declaration
public CupertinoTextThemeData copyWith(Color primaryColor, Brightness? brightness, TextStyle textStyle, TextStyle actionTextStyle, TextStyle tabLabelTextStyle, TextStyle navTitleTextStyle, TextStyle navLargeTitleTextStyle, TextStyle navActionTextStyle)
Parameters
Returns