channelItemPadding top-level constant
EdgeInsets
const channelItemPadding
Default padding for channel rows.
Implementation
const EdgeInsets channelItemPadding = EdgeInsets.symmetric(
horizontal: 16,
vertical: 0,
);