FFontWeight constructor

const FFontWeight({
  1. FontWeight weight = FontWeight.w400,
})

Constructor

Implementation

const FFontWeight({
  this.weight = FontWeight.w400,
});