padding property
The padding inside the toast, surrounding all content.
Defaults to EdgeInsetsDirectional.fromSTEB(24, 24, 32, 24) if not specified.
Implementation
final EdgeInsetsGeometry? padding;
The padding inside the toast, surrounding all content.
Defaults to EdgeInsetsDirectional.fromSTEB(24, 24, 32, 24) if not specified.
final EdgeInsetsGeometry? padding;