baseNBFontWeights top-level property Null safety
read / write
Implementation
NBFontWeights baseNBFontWeights = NBFontWeights(
hairline: FontWeight.w100,
thin: FontWeight.w200,
light: FontWeight.w300,
normal: FontWeight.w400,
medium: FontWeight.w500,
semiBold: FontWeight.w600,
bold: FontWeight.w700,
extraBold: FontWeight.w800,
black: FontWeight.w900,
extraBlack: FontWeight.w900,
);