SafeAreaConfig.top constructor

const SafeAreaConfig.top({
  1. bool inner = true,
})

Implementation

const SafeAreaConfig.top({this.inner = true})
    : top = true,
      bottom = false,
      left = false,
      right = false;