NeumorphicBorder.none constructor

const NeumorphicBorder.none()

Implementation

const NeumorphicBorder.none()
    : this.isEnabled = true,
      this.color = const Color(0x00000000),
      this.width = 0;