hexColor method

TextStyle hexColor(
  1. String? value
)

value : #151515

Implementation

TextStyle hexColor(String? value) => copyWith(color: value?.color);