BasicFonts 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 String
no setter
defaultFont String
no setter
display String
no setter
headline String
no setter
label String
no setter
title String
no setter

Static Methods

setBasicFonts({required String body, required String label, required String title, required String headline, required String display}) → void
setBody(String value) → void
setDefaultFont(String value) → void
setDisplay(String value) → void
setHeadline(String value) → void
setLabel(String value) → void
setTitle(String value) → void

Constants

roboto → const String