props
External Documentation
JSObject? get props
The props passed to the element
Implementation
JSObject? get props => switch (_['props']) {
final JSObject p => p,
_ => null,
};
JSObject? get props
The props passed to the element
JSObject? get props => switch (_['props']) {
final JSObject p => p,
_ => null,
};