hexAColor method

TextStyle hexAColor(
  1. String? value
)

value : #151515FF

Implementation

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