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