import 'package:flutter/material.dart';

extension TextStyleUtils on TextStyle {

  TextStyle get white => copyWith(color: Colors.white);
}