size property
Throws an exception - size is not available in dry layout.
Dry layout doesn't set the child's actual size.
Implementation
@override
LayoutSize get size {
throw Exception('size is not supported in dry delegate');
}
Throws an exception - size is not available in dry layout.
Dry layout doesn't set the child's actual size.
@override
LayoutSize get size {
throw Exception('size is not supported in dry delegate');
}