x property

FunvasContext x

The context for the funvas, providing the available size.

Implementation

FunvasContext get x => _x;
  1. @visibleForTesting
void x=(FunvasContext context)

Implementation

@visibleForTesting
set x(FunvasContext context) {
  assert(() {
    _x = context;
    return true;
  }());
}