baseVal property - AnimatedBoolean class - dart:svg library (original) (raw)

description

bool? getbaseVal

Implementation

bool? get baseVal native;

setbaseVal (bool? value)

Implementation

set baseVal(bool? value) native;