iOSTextStyle property

TextStyle? iOSTextStyle
final

TextStyle which is used for the title on iOS.

If not specifiek the default value is: TextStyle(double fontSize = 17, FontWeight fontWeight = FontWeight.w400, Color color = Colors.black,fontFamily: "SF Pro Text", double letterSpacing = -0.24). Which is the default for iOS' own list-items;

Implementation

final TextStyle? iOSTextStyle;