fromHorizontal property
Creates EdgeInsets with both left and right offsets set to the current value.
Implementation
EdgeInsets get fromHorizontal => EdgeInsets.symmetric(horizontal: toDouble());
Creates EdgeInsets with both left and right offsets set to the current value.
EdgeInsets get fromHorizontal => EdgeInsets.symmetric(horizontal: toDouble());