FBoxFit constructor

const FBoxFit({
  1. BoxFit value = BoxFit.cover,
})

Implementation

const FBoxFit({super.value = BoxFit.cover});