desStyle property
Implementation
static TextStyle desStyle = TextStyle(
color: Colors.white,
fontSize: 16.px,
height: 22.5.px / 16.px,
/// it's `-0.05` in design draw.
letterSpacing: -0.5.px,
);
static TextStyle desStyle = TextStyle(
color: Colors.white,
fontSize: 16.px,
height: 22.5.px / 16.px,
/// it's `-0.05` in design draw.
letterSpacing: -0.5.px,
);