WebfabrikTextThemeData class

Location History Text Theme Data

A collection of Cupertino text styles for the WebfabrikTheme.

Constructors

WebfabrikTextThemeData.new({TextStyle? largeTitle, TextStyle? title1, TextStyle? title2, TextStyle? title3, TextStyle? headline, TextStyle? body, TextStyle? callout, TextStyle? subhead, TextStyle? footnote, TextStyle? caption1, TextStyle? caption2})
const

Properties

body TextStyle
no setter
callout TextStyle
no setter
caption1 TextStyle
no setter
caption2 TextStyle
no setter
footnote TextStyle
no setter
hashCode int
The hash code for this object.
no setterinherited
headline TextStyle
no setter
largeTitle TextStyle
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subhead TextStyle
no setter
title1 TextStyle
no setter
title2 TextStyle
no setter
title3 TextStyle
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveFrom(BuildContext context) WebfabrikTextThemeData
Returns a copy of the current WebfabrikTextThemeData with all the colors resolved against the given BuildContext.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited