weight top-level property

Map<String, FontWeight> weight
final

Implementation

final Map<String, FontWeight> weight = {
    'heading': FontWeight.w700,
    'text': FontWeight.w400,
    'label': FontWeight.w700,
};