CustomTextStyleCallback typedef

CustomTextStyleCallback = TextStyle? Function(TextStyle? baseStyle, Map<String?, String?> attributes)

Implementation

typedef CustomTextStyleCallback = TextStyle? Function(
    TextStyle? baseStyle, Map<String?, String?> attributes);