bottomSeparatorEnabled property

bool? get bottomSeparatorEnabled
inherited

Determines if the bottom separator is visible at the bottom of the Element. @default true

Implementation

bool? get topSeparatorEnabled;/// Determines if the bottom separator is visible at the bottom of the Element.
/// @default true
bool? get bottomSeparatorEnabled;