inherit property

  1. @override
bool inherit
inherited

Flutter's TextStyle.merge implementation uses private properties which will trigger weird errors in people's apps. We cannot let that happen.

Implementation

@override
bool get inherit => false;