inherit property

bool inherit
final

Whether the widget should inherit its style from its parent.

If set to true, the widget will merge its style with the style from the nearest StyledWidget ancestor in the widget tree. Defaults to false.

Implementation

final bool inherit;