sw property

double sw

Calculates the width depending on the remaining device width after using SafeArea

Eg: 20.sw -> will take 20% of the safe area width

Implementation

double get sw => this * Device.safeWidth / 100;