WowTextStyle class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

body TextStyle
Văn bản thông thường
no setter
button TextStyle
Dùng cho các loại nút
no setter
caption TextStyle
Dùng cho văn bản phụ
no setter
label TextStyle
Văn bản nhỏ
no setter
labelLarge TextStyle
Văn bản nhỏ hơn văn bản mặc định
no setter
labelSmall TextStyle
Văn bản siêu nhỏ, nhỏ nhất app
no setter
listItem TextStyle
Dùng cho văn bản trong 1 nội dung danh sách, lớn hơn văn bản thường
no setter
listTitle TextStyle
Dùng cho tiêu đề trong danh sách, tiêu đề nhỏ
no setter
title TextStyle
Thường dùng cho tiêu đề appbar
no setter

Static Methods

initTextTheme(TextTheme textTheme) → dynamic