width property

Future<double?> width

Implementation

Future<double?> get width {
  return kMethodChannel.invokeMethod('CGRect::getWidth', {'__this__': this});
}