getCustomStyle method

InlineTextStyle? getCustomStyle(
  1. String className
)

Implementation

InlineTextStyle? getCustomStyle(String className) {
  return _customStyles?[className];
}