Flutter
dart:ui
FontWeight
bold constant
bold
bold
constant
Null safety
FontWeight
const
bold
A commonly used font weight that is heavier than normal.
Implementation
static const FontWeight bold = w700;
Flutter
dart:ui
FontWeight
bold constant
FontWeight class
Properties
hashCode
index
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
lerp
Constants
bold
normal
values
w100
w200
w300
w400
w500
w600
w700
w800
w900