MaterialGap constructor
Creates a Material gap with a given size.
Implementation
const MaterialGap({
required LocalKey key,
this.size = 16.0,
}) : super(key);
Creates a Material gap with a given size.
const MaterialGap({
required LocalKey key,
this.size = 16.0,
}) : super(key);