import 'package:flutter/material.dart'; extension MainTextStyle on TextStyle { TextStyle get main { return const TextStyle( fontSize: 16, color: Colors.white, fontWeight: FontWeight.w700, ); } }