JCUpdateTextWidget constructor

JCUpdateTextWidget(
  1. Key? key, {
  2. TextStyle? style,
})

Implementation

JCUpdateTextWidget(this.key, {TextStyle? style}) {
  this.style = style ??
      TextStyle(
          fontSize: 14,
          fontWeight: FontWeight.w500);
}