fontWeight property

  1. @override
String? fontWeight
final

Sets the fontStyle to the NBText string

NBText(
 fontWeight:'bold'
)

Implementation

@override
final String? fontWeight;