textRFStyle method

  1. @override
StyleTextRF? textRFStyle()
override

Implementation

@override
StyleTextRF? textRFStyle() {
  return StyleTextRF(
    fontSize: 15,
    fontWeight: FontWeight.bold,
    color: Colors.blue,
  );
}