showNetwork property

bool showNetwork
final

Whether to show network button (default: true)

Example:

showNetwork: false, // Hide network option

Implementation

final bool showNetwork;