FittedAttribute constructor

const FittedAttribute([
  1. BoxFit boxFit = BoxFit.contain
])

Implementation

const FittedAttribute([this.boxFit = BoxFit.contain]);