removed unused TextLineHeight util

This commit is contained in:
Vadim 2023-11-01 11:48:57 +01:00
parent ea32b320e3
commit 3993abb68b

View file

@ -1,5 +0,0 @@
import 'package:flutter/widgets.dart';
extension TextLineHeight on TextStyle {
double get lineHeight => fontSize! * height!;
}